github.com/klauspost/compress/fse.Scratch.br (field)
10 uses
github.com/klauspost/compress/fse (current package)
compress.go#L225: s.Out = make([]byte, 0, s.br.remain()+maxHeaderSize)
compress.go#L476: minBitsSrc := highBits(uint32(s.br.remain()-1)) + 1
compress.go#L488: maxBitsSrc := uint8(highBits(uint32(s.br.remain()-1))) - 2
compress.go#L514: step = (1 << 62) / uint64(s.br.remain())
compress.go#L519: lowThreshold = (uint32)(s.br.remain() >> tableLog)
compress.go#L565: total = uint32(s.br.remain())
decompress.go#L46: b = &s.br
decompress.go#L263: if err := br.init(s.br.unread()); err != nil {
fse.go#L49: br byteReader
fse.go#L128: s.br.init(in)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |